home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / unix < prev    next >
Encoding:
Text File  |  1992-07-09  |  252 b   |  8 lines

  1. unix --Command, one input.
  2.      The input must be a Unix shell command, which  is  carried  out  in  a
  3.      forked shell.  (/bin/sh is used, not csh.)  Example:
  4.  
  5.      to whois :user
  6.      unix (sentence "grep (word "'^ :user ":') "/etc/inquir)
  7.      end
  8.